html {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
html.loading {
  opacity: 1;
}

body.action-more .list_more {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body.action-more::before {
  content: "";
  width: 100vw;
  height: 110vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 30;
}
body.action-more .button_more .dots i {
  width: 4px;
  height: 4px;
}
body.action-more .button_more .dots i:last-child {
  display: none;
}

.list_more figure {
  margin: 0;
  padding: 0;
}

.w-100 {
  width: 100%;
}

.sp-sticky-header {
  -webkit-box-shadow: #cacaca 1px 1px 7px;
     -moz-box-shadow: #cacaca 1px 1px 7px;
          box-shadow: #cacaca 1px 1px 7px;
  padding-top: 10px;
  z-index: 99;
  top: 0 !important;
  left: 0;
  right: 0;
  height: 70px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (max-width: 991px) {
  .sp-sticky-header {
    height: 60px;
    padding: 0;
  }
}
.sp-sticky-header.header-scroll {
  position: fixed;
}
.sp-sticky-header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sp-sticky-header .container-fluid {
    padding: 0 10px;
  }
}
.sp-sticky-header .back-to-kilala {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 255px;
}
.sp-sticky-header .back-to-kilala a {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .sp-sticky-header .back-to-kilala a {
    width: 90px;
  }
}
.sp-sticky-header .back-to-kilala a:first-child {
  width: 35px;
}
.sp-sticky-header .back-to-kilala a:last-child {
  width: 150px;
}
.sp-sticky-header .back-to-kilala a img {
  max-width: 100%;
}
.sp-sticky-header .back-to-kilala a:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .sp-sticky-header .back-to-kilala {
    width: 300px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .sp-sticky-header .back-to-kilala {
    width: 260px;
  }
}
.sp-sticky-header .div-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.sp-sticky-header .list_more {
  font-family: "monospace", sans-serif;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  position: fixed;
  top: 70px;
  right: 0;
  padding: 15px;
  list-style: none;
  background-color: #fff;
  width: 375px;
  max-width: 100%;
  height: -webkit-calc(100vh - 15px);
  height: -moz-calc(100vh - 15px);
  height: calc(100vh - 15px);
  height: -webkit-calc(var(--vh, 1vh) * 100 - 15px);
  height: -moz-calc(var(--vh, 1vh) * 100 - 15px);
  height: calc(var(--vh, 1vh) * 100 - 15px);
  padding-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
  transition: opacity 0.75s, -webkit-transform 0.75s;
  -o-transition: opacity 0.75s, -o-transform 0.75s;
  -moz-transition: opacity 0.75s, transform 0.75s, -moz-transform 0.75s;
  transition: opacity 0.75s, transform 0.75s;
  transition: opacity 0.75s, transform 0.75s, -webkit-transform 0.75s, -moz-transform 0.75s, -o-transform 0.75s;
}
@media screen and (max-height: 900px) {
  .sp-sticky-header .list_more {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 991px) {
  .sp-sticky-header .list_more {
    top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 576px) {
  .sp-sticky-header .list_more {
    width: 100%;
  }
}
.sp-sticky-header .list_more li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-sticky-header .list_more li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.sp-sticky-header .list_more li > figure {
  width: -webkit-calc(40% - 5px);
  width: -moz-calc(40% - 5px);
  width: calc(40% - 5px);
}
.sp-sticky-header .list_more li > figure a {
  position: relative;
  padding-top: 57.8947368421%;
  overflow: hidden;
}
.sp-sticky-header .list_more li > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.sp-sticky-header .list_more li > p {
  width: -webkit-calc(60% - 5px);
  width: -moz-calc(60% - 5px);
  width: calc(60% - 5px);
  font-size: 14px;
  text-align: left;
  line-height: 22px;
}
.sp-sticky-header .has-sub .tittle-header .img-responsive {
  display: inline;
}
.sp-sticky-header .has-sub .tittle-header > span {
  padding-left: 15px;
  font-family: Open Sans, sans-serif, sans-serif;
  font-weight: normal;
}
.sp-sticky-header .has-sub .tittle-header:hover {
  opacity: 0.8;
}
@media (max-width: 1220px) {
  .sp-sticky-header .has-sub .tittle-header {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .pc-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .sp-hidden {
    display: none !important;
  }
}

.div-button {
  width: 270px;
}
@media screen and (max-width: 991px) {
  .div-button {
    width: 100%;
    height: auto;
  }
}
.div-button iframe {
  margin-right: 15px;
}
.div-button .button_more {
  font-family: "monospace", sans-serif;
  -webkit-background-size: 31px 25px;
     -moz-background-size: 31px 25px;
       -o-background-size: 31px 25px;
          background-size: 31px 25px;
  padding: 0;
  cursor: pointer;
  font-weight: 400;
  width: 40px;
  font-size: 10px;
  height: 40px;
  position: relative;
  border: 1px solid #333;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .div-button .button_more {
    top: 1px;
  }
}
.div-button .button_more .dots {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
}
.div-button .button_more .dots i {
  width: 4px;
  height: 4px;
  background-color: #333333;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.menu_bottom {
  padding: 0 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
}
.menu_bottom .col {
  width: auto;
}
.menu_bottom iframe {
  min-width: 120px;
  max-width: 150px;
}
.menu_bottom #cssmenu {
  text-align: left;
}
.menu_bottom #cssmenu > ul {
  margin-top: 8px;
  margin-left: 10px;
}
.menu_bottom #cssmenu > ul > li > ul {
  top: 50px;
  margin-left: -5px;
}
.menu_bottom iframe {
  position: absolute;
  right: 0;
}

/*---------MENU IN EMAGAZINE----------*/
#cssmenu {
  height: 52px;
  width: 100%;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu > ul > li {
  position: relative;
}
#cssmenu > ul > li:hover {
  color: #415f84;
}
#cssmenu > ul > li:hover a {
  color: #415f84;
}
#cssmenu > ul > li:hover .bar {
  background: #415f84;
}
#cssmenu > ul > li .col {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  height: auto;
  position: relative;
  top: 5px;
  width: auto;
  padding: 0 0 0 15px !important;
}
@media (max-width: 1220px) {
  #cssmenu > ul > li .col {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #cssmenu > ul > li .col {
    min-width: 32px;
    margin-top: 3px;
  }
}
#cssmenu > ul > li .col .con .bar {
  display: block;
  height: 2px;
  width: 25px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #777;
  position: relative;
}
#cssmenu > ul > li .col .con .bar:before {
  background-color: #777;
}
#cssmenu > ul > li .col .con .bar:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #777;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -7px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
#cssmenu > ul > li .col.open .bar:before {
  content: none;
  content: unset;
}
#cssmenu > ul > li .col.open .con .bar.top {
  -webkit-transform: translateY(5px) rotateZ(45deg);
     -moz-transform: translateY(5px) rotateZ(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
       -o-transform: translateY(5px) rotateZ(45deg);
          transform: translateY(5px) rotateZ(45deg);
}
#cssmenu > ul > li .col.open .con .bar.middle {
  width: 0;
}
#cssmenu > ul > li .col.open .con .bar.bottom {
  -webkit-transform: translateY(-9px) rotateZ(-45deg);
     -moz-transform: translateY(-9px) rotateZ(-45deg);
      -ms-transform: translateY(-9px) rotate(-45deg);
       -o-transform: translateY(-9px) rotateZ(-45deg);
          transform: translateY(-9px) rotateZ(-45deg);
}
#cssmenu > ul > li > a {
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  color: #222 !important;
  line-height: 50px;
  padding: 15px 10px 15px 0;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
@media (max-width: 767px) {
  #cssmenu > ul > li > a {
    font-size: 16px;
    padding: 15px 1px;
  }
}
#cssmenu > ul > li > a .logo-img-menu {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.yufuin #cssmenu > ul > li > a {
  color: #333333;
}
#cssmenu > ul > li > ul {
  border-top: 4px solid #777;
  background-color: rgb(250, 250, 250);
  text-align: left;
  position: absolute;
  max-width: 520px;
  width: 98vw;
  z-index: 1000;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  #cssmenu > ul > li > ul {
    max-height: 85vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 991px) {
  #cssmenu > ul > li > ul {
    padding: 5px 0;
  }
}
#cssmenu > ul > li > ul:before {
  content: "";
  display: block;
  border-color: transparent transparent #777 transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul > li > ul.dropdown {
  display: none;
}
.yufuin #cssmenu > ul > li > ul.dropdown img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
#cssmenu > ul > li > ul > li {
  position: relative;
}
#cssmenu > ul > li > ul > li a {
  padding: 12px 8px 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
@media screen and (max-width: 991px) {
  #cssmenu > ul > li > ul > li a {
    padding: 8px 8px 8px 16px;
  }
}
#cssmenu > ul > li > ul > li a:hover {
  background-color: #777;
  color: rgb(240, 240, 240);
}
#cssmenu > ul > li > ul > li a .logo-img-menu {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.yufuin #cssmenu > ul > li > ul > li a .logo-img-menu img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
#cssmenu > ul > li > ul > li .link img {
  width: 15%;
  height: 15%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 999px;
     -moz-border-radius: 999px;
          border-radius: 999px;
  border: 1px solid;
}
#cssmenu > ul > li > ul > li .link span {
  width: -webkit-calc(85% - 10px);
  width: -moz-calc(85% - 10px);
  width: calc(85% - 10px);
  padding-left: 10px;
  font-weight: 600;
  font-family: "Muli", Arial, sans-serif;
  display: block;
}

/*---------MENU fix----------*/
/*---------END MENU----------*/
/*---------BUTTON social----------*/
.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
}

#scroll-button a span {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #3f7d15;
  border-bottom: 1px solid #3f7d15;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  -moz-animation: sdb07 2s infinite;
    -o-animation: sdb07 2s infinite;
       animation: sdb07 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#scroll-button a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
       animation-delay: 0s;
}

#scroll-button a span:nth-of-type(2) {
  top: 31px;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
       animation-delay: 0.15s;
}

#scroll-button a span:nth-of-type(3) {
  top: 47px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
       animation-delay: 0.3s;
}

.social-button-sp {
  display: none;
}

/*---------END social----------*/
#akita-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#akita-menu li {
  margin-bottom: 30px;
}
#akita-menu a {
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: relative;
  display: block;
}
#akita-menu a img {
  position: relative;
}
#akita-menu a:hover {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
       -o-transform: translateY(-8px);
          transform: translateY(-8px);
}
#akita-menu a.disabled-btn {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-filter: grayscale(1) opacity(0.6);
          filter: grayscale(1) opacity(0.6);
}
@media screen and (min-width: 576px) {
  #akita-menu li {
    max-width: -webkit-calc(50% - 7.5px);
    max-width: -moz-calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 768px) {
  #akita-menu li {
    max-width: -webkit-calc(50% - 15px);
    max-width: -moz-calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (min-width: 992px) {
  #akita-menu {
    padding-top: 50px;
  }
  #akita-menu li {
    margin-bottom: 80px;
  }
  #akita-menu a::before {
    content: "";
    position: absolute;
    background-image: url("/data/emagazine/images/vol42/akita/img_button_icon.png");
    background-repeat: no-repeat;
    right: 40px;
    bottom: 50%;
    width: 84px;
    height: 67px;
    opacity: 0;
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
  #akita-menu a::after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  }
  #akita-menu a:hover::before {
    -webkit-transform: translateY(-35%);
       -moz-transform: translateY(-35%);
        -ms-transform: translateY(-35%);
         -o-transform: translateY(-35%);
            transform: translateY(-35%);
    opacity: 1;
  }
  #akita-menu a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@media screen and (min-width: 1440px) {
  #akita-menu li {
    margin-bottom: 120px;
  }
  #akita-menu a:hover::before {
    -webkit-transform: translateY(-64%);
       -moz-transform: translateY(-64%);
        -ms-transform: translateY(-64%);
         -o-transform: translateY(-64%);
            transform: translateY(-64%);
    opacity: 1;
  }
}

#nagasaki-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#nagasaki-menu li {
  margin-bottom: 30px;
  max-width: -webkit-calc(50% - 7.5px);
  max-width: -moz-calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
}
#nagasaki-menu a {
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: relative;
  display: block;
}
#nagasaki-menu a img {
  position: relative;
}
#nagasaki-menu a:hover {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
       -o-transform: translateY(-8px);
          transform: translateY(-8px);
}
#nagasaki-menu a.disabled-btn {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-filter: grayscale(1) opacity(0.6);
          filter: grayscale(1) opacity(0.6);
}
@media screen and (min-width: 576px) {
  #nagasaki-menu li {
    max-width: -webkit-calc(50% - 15px);
    max-width: -moz-calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  #nagasaki-menu li {
    max-width: -webkit-calc(50% - 30px);
    max-width: -moz-calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  #nagasaki-menu {
    padding-top: 50px;
  }
  #nagasaki-menu a {
    position: relative;
    z-index: 0;
  }
  #nagasaki-menu a::before, #nagasaki-menu a::after {
    content: "";
    position: absolute;
    background-image: url("/data/emagazine/images/vol44/nagasaki/icon_flower_01.png");
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    width: 8.85%;
    height: 50px;
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    z-index: 1;
    opacity: 0;
  }
  #nagasaki-menu a::before {
    top: -5%;
    left: 15%;
  }
  #nagasaki-menu a::after {
    bottom: -5%;
    right: -5%;
    background-position: bottom;
  }
  #nagasaki-menu a:hover::before, #nagasaki-menu a:hover::after {
    -webkit-animation: spin 4s infinite;
       -moz-animation: spin 4s infinite;
         -o-animation: spin 4s infinite;
            animation: spin 4s infinite;
    opacity: 1;
  }
}
@media screen and (min-width: 1440px) {
  #nagasaki-menu li {
    margin-bottom: 45px;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#article-menu-side {
  position: fixed;
  z-index: 10;
  right: 60px;
  top: -webkit-calc(100% - 60px);
  top: -moz-calc(100% - 60px);
  top: calc(100% - 60px);
}
#article-menu-side ul {
  width: 300px;
}
#article-menu-side ul li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 100%;
}
#article-menu-side ul li:not(:last-child) {
  margin-bottom: 5px;
}
#article-menu-side ul li:not(:first-child) {
  display: none;
}
#article-menu-side ul li a {
  background: rgb(244, 225, 204);
  border: 2px solid rgba(231, 178, 127, 0.65);
  -webkit-border-radius: 150px;
     -moz-border-radius: 150px;
          border-radius: 150px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
#article-menu-side ul li a img {
  width: 35px;
}
#article-menu-side ul li a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding: 0 7px;
}
@media screen and (min-width: 769px) {
  #article-menu-side {
    right: 0;
    top: 80px;
  }
  #article-menu-side ul {
    width: 310px;
  }
  #article-menu-side ul li {
    -webkit-transition: all ease-out 0.35s;
    -o-transition: all ease-out 0.35s;
    -moz-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
    margin-left: -webkit-calc(100% - 82px);
    margin-left: -moz-calc(100% - 82px);
    margin-left: calc(100% - 82px);
  }
  #article-menu-side ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  #article-menu-side ul li:not(:first-child) {
    display: block;
  }
  #article-menu-side ul li:hover {
    margin-left: 0;
  }
  #article-menu-side ul li:hover a {
    background: rgba(244, 225, 204, 0.75);
    opacity: 1;
    border-color: rgba(231, 178, 127, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  @-moz-document url-prefix() {
    #article-menu-side ul li:hover a {
      background: rgba(244, 225, 204, 0.85);
    }
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  #article-menu-side ul li:hover a {
    background: rgba(244, 225, 204, 0.85);
  }
}
@media screen and (min-width: 769px) {
  #article-menu-side ul li:hover a span {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  #article-menu-side ul li a {
    border-right: none;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    padding: 0px;
    opacity: 0.6;
  }
  #article-menu-side ul li a img {
    width: 45px;
  }
  #article-menu-side ul li a span {
    font-size: 12px;
    -webkit-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -webkit-transition-delay: 0.25s;
       -moz-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  #article-menu-side ul li a {
    padding: 5px;
  }
  #article-menu-side ul li a img {
    width: 70px;
  }
  #article-menu-side ul li a span {
    font-size: 14px;
  }
}

#nagasaki-menu-side {
  position: fixed;
  z-index: 10;
}
#nagasaki-menu-side ul {
  width: 300px;
}
#nagasaki-menu-side ul li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 100%;
}
#nagasaki-menu-side ul li:not(:last-child) {
  margin-bottom: 10px;
}
#nagasaki-menu-side ul li a {
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 150px;
     -moz-border-radius: 150px;
          border-radius: 150px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
#nagasaki-menu-side ul li a img {
  width: 35px;
}
#nagasaki-menu-side ul li a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #383332;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding: 0 7px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #nagasaki-menu-side {
    bottom: 0;
    left: 0;
    width: 260px;
    -webkit-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    -webkit-transform: translateY(-webkit-calc(100% - 34px));
       -moz-transform: translateY(-moz-calc(100% - 34px));
        -ms-transform: translateY(calc(100% - 34px));
         -o-transform: translateY(calc(100% - 34px));
            transform: translateY(calc(100% - 34px));
    background-color: rgba(255, 255, 255, 0.7);
    background-image: -webkit-linear-gradient(45deg, rgba(251, 218, 97, 0.5) 0%, rgba(255, 90, 205, 0.6) 100%);
    background-image: -moz-linear-gradient(45deg, rgba(251, 218, 97, 0.5) 0%, rgba(255, 90, 205, 0.6) 100%);
    background-image: -o-linear-gradient(45deg, rgba(251, 218, 97, 0.5) 0%, rgba(255, 90, 205, 0.6) 100%);
    background-image: linear-gradient(45deg, rgba(251, 218, 97, 0.5) 0%, rgba(255, 90, 205, 0.6) 100%);
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-border-top-right-radius: 17px;
       -moz-border-radius-topright: 17px;
            border-top-right-radius: 17px;
    -webkit-border-top-left-radius: 17px;
       -moz-border-radius-topleft: 17px;
            border-top-left-radius: 17px;
    padding: 0 10px 15px;
  }
  @-moz-document url-prefix() {
    #nagasaki-menu-side {
      background-image: -moz-linear-gradient(45deg, rgba(251, 218, 97, 0.9) 0%, rgba(255, 90, 205, 0.9) 100%);
      background-image: linear-gradient(45deg, rgba(251, 218, 97, 0.9) 0%, rgba(255, 90, 205, 0.9) 100%);
    }
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
  #nagasaki-menu-side {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #nagasaki-menu-side.show {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  #nagasaki-menu-side.show .js-side-btn::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
         -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  #nagasaki-menu-side .js-side-btn {
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    margin-left: auto;
    line-height: 1;
    font-size: 14px;
    padding: 12px 0;
    color: #222;
  }
  #nagasaki-menu-side .js-side-btn::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 5px;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #nagasaki-menu-side ul {
    width: 100%;
  }
  #nagasaki-menu-side ul li a span {
    font-size: 10px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  #nagasaki-menu-side {
    right: 0;
    top: 80px;
  }
  #nagasaki-menu-side .js-side-btn {
    display: none;
  }
  #nagasaki-menu-side ul {
    width: 260px;
  }
  #nagasaki-menu-side ul li {
    -webkit-transition: all ease-out 0.35s;
    -o-transition: all ease-out 0.35s;
    -moz-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
    margin-left: -webkit-calc(100% - 82px);
    margin-left: -moz-calc(100% - 82px);
    margin-left: calc(100% - 82px);
  }
  #nagasaki-menu-side ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  #nagasaki-menu-side ul li:not(:first-child) {
    display: block;
  }
  #nagasaki-menu-side ul li:hover {
    margin-left: 0;
  }
  #nagasaki-menu-side ul li:hover a {
    opacity: 1;
  }
  #nagasaki-menu-side ul li:hover a span {
    opacity: 1;
    visibility: visible;
  }
  #nagasaki-menu-side ul li a {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 123, 94, 0.6)), to(rgba(196, 203, 133, 0.6)));
    background-image: -webkit-linear-gradient(left, rgba(249, 123, 94, 0.6), rgba(196, 203, 133, 0.6));
    background-image: -moz-linear-gradient(left, rgba(249, 123, 94, 0.6), rgba(196, 203, 133, 0.6));
    background-image: -o-linear-gradient(left, rgba(249, 123, 94, 0.6), rgba(196, 203, 133, 0.6));
    background-image: linear-gradient(to right, rgba(249, 123, 94, 0.6), rgba(196, 203, 133, 0.6));
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border-right: none;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
    padding: 0px;
    opacity: 0.6;
  }
  #nagasaki-menu-side ul li a img {
    width: 45px;
  }
  #nagasaki-menu-side ul li a span {
    font-size: 12px;
    -webkit-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -webkit-transition-delay: 0.25s;
       -moz-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
    opacity: 0;
    visibility: hidden;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  #nagasaki-menu-side ul li a {
    padding: 5px;
  }
  #nagasaki-menu-side ul li a img {
    width: 70px;
  }
  #nagasaki-menu-side ul li a span {
    font-size: 14px;
  }
}

.wrapper a[target=_blank]:hover {
  opacity: 0.7;
  text-decoration: none;
}
/*# sourceMappingURL=all.css.map */